home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / unshar.zip / UNSHAR.MAN < prev   
Text File  |  1991-08-21  |  2KB  |  28 lines

  1.      NNNNAAAAMMMMEEEE
  2.      unshar - extract files from shell archive(s)
  3.      SSSSYYYYNNNNTTTTAAAAXXXX
  4.      unshar [-t] [-b] [-v] [-xfile] [file(s)]
  5.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  6.      Options are processed by ggggeeeettttooooppppttttssss((((3333))))....
  7.      ----tttt         Do     not  extract  files,  just  list  the    files  in  the
  8.          archive(s).
  9.      ----bbbb         Extract files  from  the  archive(s)  brutally,  with  no
  10.          regard  at     all  to  things  such    as testing if the file
  11.          exists, or    chmoding the file etc. Currently this  is  the
  12.          only method supported, but    other methods would be easy to
  13.          add.
  14.      ----vvvv         Be    verbose. Used only for debugging purposes.
  15.      ----xxxxffffiiiilllleeee  Extract the named file from the shell archive. If the  -x
  16.          flag   is    used,  only  those  files  specified  will  be
  17.          extracted.
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.      _U_n_s_h_a_r extracts files from    one or more shell archives, and    places
  20.      them  in  the  current  directory.     It does no forking to achieve
  21.      this, and is relatively fast.  If no file name  is     given    as  an
  22.      agrumemt,    _u_n_s_h_a_r    will use standard input.  At the moment    _u_n_s_h_a_r
  23.      is    very simple-minded, and    does its extraction  rather  brutally.
  24.      The  code    has been written to allow more intelligent unarchiving
  25.      methods to    be added.
  26.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  27.      shar(1), sh(1).
  28.